home *** CD-ROM | disk | FTP | other *** search
/ La Bible Des… Fonts / La Bible des... Fonts.iso / Utilitaires / LaserWriter 8.1.1 Software / Printer Descriptions / LaserWriter II NT next >
Encoding:
PostScript Printer Description  |  1993-10-13  |  12.3 KB  |  347 lines  |  [TEXT/????]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.7"
  11. *PCFileName: "LWNT_470.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LaserWriter II NT)"
  14. *PSVersion: "(47.0) 1"
  15. *ModelName: "Apple LaserWriter II NT"
  16. *NickName: "Apple LaserWriter II NT v47.0"
  17.  
  18. *% General Information and Defaults ===============
  19. *ColorDevice: False
  20. *DefaultColorSpace: Gray
  21. *FreeVM: "434204"
  22. *LanguageLevel: "1"
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "
  28.   count 0 eq {  % is the password on the stack?
  29.     true
  30.   }{
  31.     dup    % potential password
  32.     statusdict /checkpassword get exec not
  33.   } ifelse
  34.   {  %  if no password or not valid
  35.     (WARNING : Cannot perform the exitserver command.) =
  36.     (Password supplied is not valid.) =
  37.     (Please contact the author of this software.) = flush
  38.     quit
  39.   } if
  40.   serverdict /exitserver get exec
  41. "
  42. *End
  43.  
  44. *Reset: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup    % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot reset printer.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict /exitserver get exec
  58.   systemdict /quit get exec
  59.   (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *DefaultResolution: 300dpi
  64. *?Resolution: "
  65. save
  66.   initgraphics
  67.   0 0 moveto currentpoint matrix defaultmatrix transform
  68.   0 72 lineto currentpoint matrix defaultmatrix transform
  69.   3 -1 roll sub dup mul
  70.   3 1 roll exch sub dup mul
  71.   add sqrt round cvi
  72.   (          ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "60.0"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: "
  82. {dup mul exch dup mul add 1.0 exch sub }
  83. "
  84. *End
  85. *ScreenProc Line: "{ pop }"
  86. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87.  
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91.  
  92. *% Paper Handling ===================
  93. *% Use these entries to set paper size most of the time, unless there is
  94. *% specific reason to use PageRegion.
  95. *OpenUI *PageSize: PickOne
  96. *OrderDependency: 30 AnySetup *PageSize
  97. *DefaultPageSize: Letter
  98. *PageSize Letter/US Letter: "statusdict /lettertray get exec"
  99. *PageSize Legal/US Legal: "statusdict /legaltray get exec"
  100. *PageSize A4: "statusdict /a4tray get exec"
  101. *PageSize B5: "statusdict /b5tray get exec"
  102. *PageSize LetterSmall/US Letter Small: "statusdict /lettertray get exec lettersmall"
  103. *PageSize A4Small/A4 Small: "statusdict /a4tray get exec a4small"
  104. *PageSize LegalSmall/US Legal Small: "legal"
  105. *PageSize C5/C5 Envelope Center Fed: "statusdict /lettertray get exec"
  106. *PageSize C6/C6 Envelope Center Fed: "statusdict /lettertray get exec"
  107. *PageSize DL/DL Envelope Center Fed: "statusdict /lettertray get exec"
  108. *PageSize Monarch/Monarch Envelope Center Fed: "statusdict /lettertray get exec"
  109. *PageSize Com10/Com10 Envelope Center Fed: "statusdict /lettertray get exec"
  110. *?PageSize: "
  111. save
  112.   [(Letter)(Legal) ] statusdict /pagetype get exec
  113.   {get} stopped { pop pop (Unknown) } if = flush
  114. restore
  115. "
  116. *End
  117. *CloseUI: *PageSize
  118.  
  119. *% These entries will set up the frame buffer. Usually used with manual feed.
  120. *OpenUI *PageRegion: PickOne
  121. *OrderDependency: 40 AnySetup *PageRegion
  122. *DefaultPageRegion: Letter
  123. *PageRegion Letter/US Letter: "letter"
  124. *PageRegion Legal/US Legal: "legal"
  125. *PageRegion A4: "a4"
  126. *PageRegion B5: "b5"
  127. *PageRegion LetterSmall/US Letter Small: "lettersmall"
  128. *PageRegion A4Small/A4 Small: "a4small"
  129. *PageRegion LegalSmall/US Legal Small: "legal"
  130. *PageRegion Monarch/Monarch Envelope Center Fed: "statusdict /lettertray get exec"
  131. *PageRegion C5/C5 Envelope Center Fed: "statusdict /lettertray get exec"
  132. *PageRegion C6/C6 Envelope Center Fed: "statusdict /lettertray get exec"
  133. *PageRegion DL/DL Envelope Center Fed: "statusdict /lettertray get exec"
  134. *PageRegion Com10/Com10 Envelope Center Fed: "statusdict /lettertray get exec"
  135. *CloseUI: *PageRegion
  136.  
  137. *% The following entries provide information about specific paper keywords.
  138. *DefaultImageableArea: Letter
  139. *ImageableArea Letter/US Letter: "15 8 597 784 "
  140. *ImageableArea Legal/US Legal: "15 8 597 1000 "
  141. *ImageableArea A4: "13 10 577 832 "
  142. *ImageableArea B5: "21 10 500 715 "
  143. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  144. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  145. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  146. *ImageableArea C5/C5 Envelope Centre Fed: "90 180 520 767 "
  147. *ImageableArea C6/C6 Envelope Centre Fed: "160 350 450 773 "
  148. *ImageableArea DL/DL Envelope Centre Fed: "170 185 442 760 "
  149. *ImageableArea Monarch/Monarch Envelope Centre Fed: "178.5 269 433.5 773 "
  150. *ImageableArea Com10/Com10 Envelope CentreFed: "169.5 125 442.5 773 "
  151. *?ImageableArea: "
  152. save
  153.   /cvp {(                ) cvs print ( ) print } bind def
  154.   /upperright {10000 mul floor 10000 div} bind def
  155.   /lowerleft {10000 mul ceiling 10000 div} bind def
  156.   newpath clippath pathbbox
  157.   4 -2 roll exch 2 {lowerleft cvp} repeat
  158.   exch 2 {upperright cvp} repeat flush
  159.  restore
  160. "
  161. *End
  162.  
  163. *% These provide the physical dimensions of the paper (by keyword)
  164. *DefaultPaperDimension: Letter
  165. *PaperDimension Letter/US Letter: "612 792"
  166. *PaperDimension Legal/US Legal: "612 1008"
  167. *PaperDimension A4: "595 842"
  168. *PaperDimension B5: "516 729"
  169. *PaperDimension LetterSmall/US Letter Small: "612 792"
  170. *PaperDimension A4Small/A4 Small: "595 842"
  171. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  172. *PaperDimension C5/C5 Envelope Center Fed: "609 792"
  173. *PaperDimension C6/C6 Envelope Center Fed: "607 792"
  174. *PaperDimension DL/DL Envelope Center Fed: "608 792"
  175. *PaperDimension Monarch/Monarch Envelope Center Fed: "611 792"
  176. *PaperDimension Com10/Com10 Envelope Center Fed: "610 792"
  177.  
  178. *RequiresPageRegion All: True
  179. *OpenUI *InputSlot: PickOne
  180. *OrderDependency: 20 AnySetup *InputSlot
  181. *DefaultInputSlot: Cassette
  182. *InputSlot Cassette/Cassette: ""
  183. *CloseUI: *InputSlot
  184.  
  185. *OpenUI *ManualFeed/Manual Feed: Boolean
  186. *OrderDependency: 20 AnySetup *ManualFeed
  187. *DefaultManualFeed: False
  188. *ManualFeed True: "statusdict /manualfeed true put"
  189. *ManualFeed False: "statusdict /manualfeed false put"
  190. *?ManualFeed: "
  191. save
  192.  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  193. restore
  194. "
  195. *End
  196. *CloseUI: *ManualFeed
  197.  
  198. *DefaultOutputOrder: Normal
  199.  
  200. *% Font Information =====================
  201. *DefaultFont: Courier
  202. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  203. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  204. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  205. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  206. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  207. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  208. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  209. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  210. *Font Courier: Standard "(001.004)" Standard ROM
  211. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  212. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  213. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  214. *Font Helvetica: Standard "(001.001)" Standard ROM
  215. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  216. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  217. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  218. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  219. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  220. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  221. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  222. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  223. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  224. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  225. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  226. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  227. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  228. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  229. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  230. *Font Symbol: Special "(001.001)" Special ROM
  231. *Font Times-Bold: Standard "(001.001)" Standard ROM
  232. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  233. *Font Times-Italic: Standard "(001.001)" Standard ROM
  234. *Font Times-Roman: Standard "(001.001)" Standard ROM
  235. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  236. *Font ZapfDingbats: Special "(001.000)" Special ROM
  237. *?FontQuery: "
  238. save
  239.  /str 100 string dup 0 (fonts/) putinterval def
  240.  {
  241.    count 1 gt
  242.    {
  243.      exch dup str 6 94 getinterval cvs
  244.      (/) print print (:) print
  245.      FontDirectory exch known
  246.      {(Yes)}{(No)} ifelse =
  247.    }
  248.    {exit} ifelse
  249.  }bind loop
  250.  (*) = flush
  251. restore
  252. "
  253. *End
  254.  
  255. *?FontList: "
  256. save
  257.   FontDirectory { pop == } bind forall flush
  258.   /filenameforall where
  259.   {
  260.     pop (fonts/*)
  261.     { dup length 6 sub 6 exch getinterval cvn == } bind
  262.     128 string filenameforall flush
  263.   } if
  264.   (*) = flush
  265. restore
  266. "
  267. *End
  268.  
  269. *% Printer Messages (verbatim from printer):
  270. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  271. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  272. *Message: "\FontName\ not found, using Courier"
  273.  
  274. *% Status (format: %%[ status: <one of these> ]%% )
  275. *Status: "idle"
  276. *Status: "busy"
  277. *Status: "waiting"
  278. *Status: "printing"
  279. *Status: "warming up"
  280. *Status: "PrinterError: timeout, clearing printer"
  281. *Status: "PrinterError: warming up"
  282. *Status: "PrinterError: service call"
  283. *Status: "PrinterError: paper entry misfeed"
  284. *Status: "PrinterError: no toner cartridge"
  285. *Status: "PrinterError: paper entry misfeed"
  286.  
  287. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  288. *Source: "serial9"
  289. *Source: "serial25"
  290. *Source: "AppleTalk"
  291.  
  292. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  293. *PrinterError: "timeout, clearing printer"
  294. *PrinterError: "warming up"
  295. *PrinterError: "service call"
  296. *PrinterError: "paper entry misfeed"
  297. *PrinterError: "no toner cartridge"
  298. *PrinterError: "paper entry misfeed"
  299.  
  300. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  301.  
  302. *% Color Separation Information =====================
  303.  
  304. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  305.  
  306. *InkName: ProcessBlack/Process Black
  307. *InkName: CustomColor/Custom Color
  308. *InkName: ProcessCyan/Process Cyan
  309. *InkName: ProcessMagenta/Process Magenta
  310. *InkName: ProcessYellow/Process Yellow
  311.  
  312. *% For 60 lpi / 300 dpi =====================================================
  313.  
  314. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  315. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  316. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  317. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  318. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  319.  
  320. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  321. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  322. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  323. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  324. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  325.  
  326. *% For 53 lpi / 300 dpi =====================================================
  327.  
  328. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  329. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  330. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  331. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  332. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  333.  
  334. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  335. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  336. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  337. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  338. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  339.  
  340. *% For "LaserWriter II NT" version 47.0
  341. *% Produced by "GETapd.ps" version 2.0 edit 48
  342. *% Converted to meet 4.0 specification
  343. *% Last Edit Date: May 21 1993
  344. *% The byte count of this file should be exactly 011830 or 012164
  345. *% depending on the filesystem it resides in.
  346. *% end of PPD file for LaserWriter II NT
  347.